-
Re: Looking for some info on MM Fonts and AAT format
For size-specific automatic tracking, there is the Apple-specified 'trak' table ( https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6trak.html ) which is very neat and simple. font…2 -
Re: Looking for some info on MM Fonts and AAT format
If you’re looking for a prototype of responsive typography that beautifully illustrates potential usefulness of variable fonts, Erik van Blokland has just released a project called Responsive Letteri…3 -
Re: Microsoft Font Validator lives!
This is a small shell script that you can use to run Font Validator from Terminal on Mac OS X. In my case, I put the FontValidator binaries into the /usr/local/mono/fontval folder. You can put it any…6 -
Re: Introducing Trufont, World’s First Native UFO3 Font Editor (& fully cross-platform)
In the font editor market (as in many others), there has been a long line of one app serving as a prototype to another. Altsys Fontographer served as a base for RoboFog, and later evolved into Macrom…6 -
Re: OpenType Salt Feature
When I develop OpenType features, I typically pair ssXX and salt as this: feature ss01 { sub a by a.ss01; sub b by b.ss01; } ss01; feature ss02 { sub b by b.ss02; } ss02; feature ss03 { sub a by a.ss…4